projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1431f66
)
* lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list
author
Mark Oteiza
<mvoteiza@udel.edu>
Sat, 17 Oct 2015 15:49:36 +0000
(11:49 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Sat, 17 Oct 2015 15:49:36 +0000
(11:49 -0400)
lisp/emacs-lisp/eldoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eldoc.el
b/lisp/emacs-lisp/eldoc.el
index 2dae86ebc9516c2567d01769c416f6a61e9ea943..bbc8e153f74cc6577c5b3027858eb22669be1fe8 100644
(file)
--- a/
lisp/emacs-lisp/eldoc.el
+++ b/
lisp/emacs-lisp/eldoc.el
@@
-410,6
+410,7
@@
return any documentation.")
\f
;; Prime the command list.
(eldoc-add-command-completions
+ "back-to-indentation"
"backward-" "beginning-of-" "delete-other-windows" "delete-window"
"down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
"handle-select-window" "indent-for-tab-command" "left-" "mark-page"